home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsms111.zip / PASSWD.DOC < prev    next >
Text File  |  1992-12-13  |  803b  |  19 lines

  1. MX-Multiuser DOS Password Control v1.11 by Chris Cappuccio
  2. Main passwd.c code by Robert Morse (rmorse@rmsun.uucp)
  3.  
  4. Passwd is a simple password  control  system  for  MX-MDOS.
  5. It  asks   for  the  password,  and  if  it  is  incorrect,
  6. it says Password Incorrect. Passwd  gives  unlimited  tries
  7. at the password and keeps no log of bad tries. If you don't
  8. like this, rewrite and compile it  to  your  best  password
  9. protection system.  The system password is stored in an un-
  10. encrypted file. The default password is "system", to change
  11. it, simply type: 
  12.  
  13. passwd new-password
  14.  
  15. at the DOS command line,  where  new-password  is  the  new
  16. system password. MX-MDOS asks for the  password  each  time
  17. you boot it up. The password is  asked  both  at  the  con-
  18. sole and the remote terminal.
  19.